You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRngStream Class > TRngStream Methods > TRngStream.RandomUniformBits32 Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRngStream.RandomUniformBits32 Method

Generates uniformly distributed bits in 32-bit chunks

Syntax
C#
Visual Basic
public void RandomUniformBits32([In] uint[] Dst);

Unlike RandomUniformBits, which provides the output of underlying integer recurrence and does not guarantee uniform distribution across bits, RandomUniformBits32 is designed to ensure each bit in the 32-bit chunk is uniformly distributed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!